﻿#topnav_livecourse {
    display: none;
}

#topnav_teacher {
    display: none;
}

.pc-style {
    /* padding-top: 60px; */
}

/*公用样式 begin*/

.pc-style #topnav_chongci {
    position: relative;
}

.pc-style #topnav_chongci:before {
    content: "HOT";
    position: absolute;
    font-weight: bold;
    right: -10px;
    bottom: 50%;
    margin-bottom: 0.5em;
    background: #e93b3d;
    color: #ffffff;
    padding: 2px 5px;
    line-height: 1;
    font-size: 10px;
    font-family: arial;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    border-radius: 3px;
    border: 1px solid #ffffff;
}

.pc-style #topnav_kaoshitopic {
    position: relative;
}

.pc-style #topnav_kaoshitopic:before {
    content: "HOT";
    position: absolute;
    font-weight: bold;
    right: -10px;
    bottom: 50%;
    margin-bottom: 0.5em;
    background: #e93b3d;
    color: #ffffff;
    padding: 2px 5px;
    line-height: 1;
    font-size: 10px;
    font-family: arial;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    border-radius: 3px;
    border: 1px solid #ffffff;
}


.pc-style .website-des {
    display: block;
    max-width: 340px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    line-height: 60px;
    font-size: 16px;
}

.pc-style .user-entry {
    float: right;
}

.pc-style .user-entry .link-item {
    float: left;
}

.pc-style .user-entry .link-item a {
    display: block;
    padding: 10px;
    line-height: 40px;
    height: 40px;
    position: relative;
    z-index: 5;
    transition: all 0.3s;
}

.pc-style .user-entry .link-item .quick-btn-coupon {
    font-weight: bold;
    background: #fff8d2 url(/css/images/icon-coupon.png) 10px center no-repeat;
    background-size: auto 1em;
    padding: 0px 10px 0px 30px;
    margin-right: 20px;
    line-height: 30px;
    margin-top: 14px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #ff9900;
}

.pc-style .user-entry .link-item .quick-btn-login {
    border: 1px solid #e93b3d;
    background: #ffffff;
    border-radius: 4px;
    padding: 0px 10px;
    line-height: 30px;
    height: 30px;
    margin-top: 14px;
    color: #e93b3d;
}

.pc-style .user-entry .link-item .quick-btn-login:hover {
    background: #e93b3d;
    color: #ffffff;
}

.pc-style .user-entry .login-info {
    float: left;
    position: relative;
    z-index: 5;
}

.pc-style .user-entry .btn-user-center {
    border: 1px solid #e93b3d;
    background: #ffffff;
    border-radius: 4px;
    line-height: 30px;
    height: 30px;
    margin-top: 14px;
    color: #e93b3d;
    float: left;
    margin-right: 10px;
    position: relative;
    padding-left: 10px;
}

.pc-style .user-entry .btn-user-center .user-name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 4px;
    float: left;
    position: relative;
    margin-right: 10px;
}

.pc-style .user-entry .btn-user-center .btn-link-bought {
    display: block;
    float: right;
    background: #e93b3d;
    color: #ffffff;
    padding: 0px 10px;
    border-radius: 4px;
}

.pc-style .user-entry .btn-user-center .vip-user {
    padding-left: 20px;
    color: #99651c;
}

.pc-style .user-entry .btn-user-center .vip-user:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0677_0.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -8px;
}

.pc-style .user-entry .btn-login-out {
    float: left;
    display: block;
    padding: 10px;
    line-height: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 7em;
}

.pc-style .user-entry .btn-login-out:hover {
    background: #f5f5f5;
}

.pc-style .ShoppingCart {
    position: relative;
    margin-left: 5px;
}

.pc-style .ShoppingCart:hover {
    background: #f5f5f5;
}

.pc-style .ShoppingCart .ShoppingCartIco {
    width: 32px;
    height: 40px;
    background: url(images/bg5005.png) center center no-repeat;
    position: relative;
    display: block;
}

.pc-style .ShoppingCart .ShoppingCartDes {
    position: absolute;
    white-space: nowrap;
    top: 60px;
    right: 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    background: #ffffff;
    border-radius: 4px;
    padding: 10px;
    display: none;
    line-height: 20px;
}

.pc-style .ShoppingCart:hover .ShoppingCartDes {
    display: block;
}

.pc-style .ShoppingCart .ShoppingCartNum {
    display: block;
    position: absolute;
    top: 0px;
    right: -5px;
    background: #e93b3d;
    border-radius: 50px;
    color: #ffffff;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    padding: 0px 5px;
    display: none;
}

/*搜索*/

.pc-style .Search {
    margin: 14px auto;
}

.pc-style .Search .SearchBar {
    padding-right: 60px;
    position: relative;
    background: #ffffff;
    border-radius: 4px;
}

.pc-style .Search .SearchBar .SearchBox {
    border: 1px solid #999999;
    border-right: 0px;
    background: url(images/bg0146.gif) left center no-repeat;
    padding: 0px 10px 0px 40px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pc-style .Search .SearchBar .SearchBox .TxtBox {
    width: 100%;
    height: 30px;
    border: 0px;
    outline: none;
    line-height: 30px;
    font-size: 14px;
    display: block;
}

.pc-style .Search .SearchBar .BtnSearch {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 32px;
    background: #e93b3d;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*公用样式end*/

.pc-style .com-agent-top {
    background: #ffffff;
    /* border-bottom: 1px solid #e5e5e5; */
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 1000;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.pc-style .com-agent-top .com-agent-top-row1 {
    border-bottom: 1px solid #e5e5e5;
}

.pc-style .com-agent-top .com-agent-top-inner {
    position: relative;
    width: 1120px;
    margin: 0px auto;
    /* height: 60px; */
}

.pc-style .com-agent-top .com-agent-top-inner .logo-area {
    float: left;
    width: 160px;
    height: 60px;
}

.pc-style .com-agent-top .com-agent-top-inner .logo-area .logo {
    display: block;
    height: 100%;
}

.pc-style .com-agent-top .com-agent-top-inner .logo-area .logo img {
    height: 100%;
    max-width: 100%;
}

.pc-style .com-agent-top .com-agent-top-inner .nav-area {
    clear: both;
    text-align: center;
}

.pc-style .com-agent-top .com-agent-top-inner .nav-area .top-nav {
    font-size: 0px;
}

.pc-style .com-agent-top .com-agent-top-inner .nav-area .top-nav li {
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px;
}

.pc-style .com-agent-top .com-agent-top-inner .nav-area .top-nav li a {
    font-size: 16px;
    color: #333333;
    display: block;
    line-height: 30px;
    padding: 10px 0px;
    height: 30px;
    position: relative;
}

.pc-style .com-agent-top .com-agent-top-inner .nav-area .top-nav li a:hover {
    color: #e93b3d;
}

.pc-style .com-agent-top .com-agent-top-inner .nav-area .top-nav li a.selected {
    color: #e93b3d;
}

.pc-style .com-agent-top .com-agent-top-inner .nav-area .top-nav li a.selected:after {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0px;
    background: #e93b3d;
    height: 4px;
}

.pc-style .com-agent-top .com-agent-top-inner .nav-area .top-nav li .vip-text {
    color: #ffdba2;
    background: #cc0000 url(https://wx.100xuexi.com/images/Mobile_bg0677_1.png) 10px center no-repeat;
    background-size: 16px auto;
    display: block;
    border-radius: 6px;
    line-height: 30px;
    padding: 0px 10px 0px 30px;
    font-size: 16px;
}



.pc-style .com-agent-top .com-agent-top-inner .search-area {
    width: 500px;
    margin: 0px auto;
    overflow: hidden;
}

/*用户完全自定义头部*/

.pc-style .user-design-topbar {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

.pc-style .user-design-topbar-inner {
    width: 1120px;
    margin: 0px auto;
}

.pc-style .user-design-topbar-inner .user-design-search {
    margin: 0px 360px;
    overflow: hidden;
}

.pc-style .user-design-header {
    width: 100%;
    background: #ffffff;
    text-align: center;
}

.pc-style .user-design-header img {
    max-width: 100%;
}

.pc-style .user-design-nav {
    background: #e93b3d;
}

.pc-style .user-design-nav-inner {
    width: 1120px;
    margin: 0px auto;
}

.pc-style .user-design-nav-inner ul:after {
    content: "";
    display: block;
    clear: both;
}

.pc-style .user-design-nav-inner li {
    float: left;
}

.pc-style .user-design-nav-inner li a {
    display: block;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
}

.pc-style .user-design-nav-inner li a:hover {
    background: #666666;
    color: #ffffff;
}

.pc-style .user-design-nav-inner li a.selected {
    background: #333333;
    color: #ffffff;
}

/*圣才设计师定制头部*/

.pc-style .sc-design-topbar {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

.pc-style .sc-design-topbar-inner {
    width: 1120px;
    margin: 0px auto;
}

.pc-style .sc-design-header {
    width: 100%;
}

.pc-style .sc-design-header .sc-design-header-content {
    width: 100%;
    height: 120px;
    overflow: hidden;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: repeat-x;
    position: relative;
}

.pc-style .sc-design-header .sc-design-search {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -255px;
    margin-top: -21px;
    width: 500px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    border-radius: 4px;
}

.pc-style .sc-design-header .sc-design-search .Search {
    margin: 0px;
}

.pc-style .sc-design-nav {
    background: #e93b3d;
}

.pc-style .sc-design-nav-inner {
    width: 1120px;
    margin: 0px auto;
}

.pc-style .sc-design-nav-inner ul {
    overflow: hidden;
    zoom: 1;
}

.pc-style .sc-design-nav-inner li {
    float: left;
}

.pc-style .sc-design-nav-inner li a {
    display: block;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
}

.pc-style .sc-design-nav-inner li a:hover {
    background: #666666;
    color: #ffffff;
}

.pc-style .sc-design-nav-inner li a.selected {
    background: #333333;
    color: #ffffff;
}

/*网站论坛合作通用头部*/

.pc-style .partner-com-topbar {
    background: #ffffff;
}

.pc-style .partner-com-topbar-inner {
    width: 1120px;
    margin: 0px auto;
}

.pc-style .partner-com-search {
    padding: 40px 0px;
    margin: 0px auto;
    max-width: 600px;
}

.pc-style .partner-com-search .Search {
    margin: 0;
}

.pc-style .partner-com-search .Search .SearchBar {
    padding-right: 100px;
    border: 2px solid #e93b3d;
    height: 36px;
}

.pc-style .partner-com-search .Search .SearchBar .SearchBox {
    border: 0px;
    border-radius: 0px;
    background: url(images/bg0146.gif) left center no-repeat;
}

.pc-style .partner-com-search .Search .SearchBar .SearchBox .TxtBox {
    border: 0px;
    line-height: 36px;
    height: 36px;
}

.pc-style .partner-com-search .Search .SearchBar .BtnSearch {
    width: 100px;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    border-radius: 0;
}

.pc-style .partner-com-topbar-inner .website-des {
    display: block;
    max-width: 800px;
}

.pc-style .partner-com-header {
    width: 100%;
    background: #565656 url(Images/bg1004_0.png) center top no-repeat;
}

.pc-style .partner-com-header .ComEbookAd {
    /* background: url(Images/bg1001.gif) center top no-repeat; */
    background: url(Images/bg1004.png) center top no-repeat;
    width: 1120px;
    height: 300px;
    position: relative;
    z-index: 1;
    margin: 0px auto;
}

.pc-style .partner-com-header .ComEbookAd .Ebook3D {
    position: absolute;
    width: 210px;
    height: 210px;
    right: 0px;
    top: 40px;
    border: 5px solid #ffffff;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

.pc-style .partner-com-header .ComEbookAd .Ebook3D iframe {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.pc-style .partner-com-header .ComEbookAd .Total {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 230px;
    color: #ffffff;
    text-align: center;
}

/*用户完全自定义头部*/

.pc-style .partner-design-topbar {
    background: #ffffff;
}

.pc-style .partner-design-topbar-inner {
    width: 1120px;
    margin: 0px auto;
}

.pc-style .partner-design-search {
    padding: 40px 0px;
    margin: 0px auto;
    max-width: 600px;
}

.pc-style .partner-design-search .Search {
    margin: 0;
}

.pc-style .partner-design-search .Search .SearchBar {
    padding-right: 100px;
    border: 2px solid #e93b3d;
    height: 36px;
}

.pc-style .partner-design-search .Search .SearchBar .SearchBox {
    border: 0px;
    border-radius: 0px;
    background: url(images/bg0146.gif) left center no-repeat;
}

.pc-style .partner-design-search .Search .SearchBar .SearchBox .TxtBox {
    border: 0px;
    line-height: 36px;
    height: 36px;
}

.pc-style .partner-design-search .Search .SearchBar .BtnSearch {
    width: 100px;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    border-radius: 0;
}

.pc-style .partner-design-topbar-inner .website-des {
    max-width: 800px;
}

.pc-style .partner-design-header {
    width: 100%;
}

.pc-style .partner-design-header img {
    max-width: 100%;
}

.pc-style .xiangce-agent-top {
    background: #ffffff;
    /* border-bottom: 1px solid #e5e5e5; */
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 1000;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.pc-style .xiangce-agent-top .xiangce-agent-top-row1 {
    border-bottom: 1px solid #e5e5e5;
}

.pc-style .xiangce-agent-top .xiangce-agent-top-inner {
    position: relative;
    width: 1120px;
    margin: 0px auto;
    /* height: 60px; */
}

.pc-style .xiangce-agent-top .xiangce-agent-top-inner .logo-area {
    float: left;
    height: 60px;
    width: auto;
    margin-right: 10px;
}

.pc-style .xiangce-agent-top .xiangce-agent-top-inner .logo-area .logo {
    display: block;
    height: 100%;
}

.pc-style .xiangce-agent-top .xiangce-agent-top-inner .logo-area .logo img {
    height: 100%;
    max-width: 100%;
}

.pc-style .xiangce-agent-top .xiangce-agent-top-inner .website-name {
    line-height: 60px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    float: left;
}

.pc-style .xiangce-agent-top .xiangce-agent-top-inner .nav-area {
    clear: both;
    text-align: center;
}

.pc-style .xiangce-agent-top .xiangce-agent-top-inner .nav-area .top-nav li {
    display: inline-block;
    vertical-align: top;
}

.pc-style .xiangce-agent-top .xiangce-agent-top-inner .nav-area .top-nav li a {
    font-size: 16px;
    color: #333333;
    display: block;
    line-height: 30px;
    padding: 10px 20px;
    height: 30px;
    position: relative;
}

.pc-style .xiangce-agent-top .xiangce-agent-top-inner .nav-area .top-nav li a:hover {
    color: #e93b3d;
}

.pc-style .xiangce-agent-top .xiangce-agent-top-inner .nav-area .top-nav li a.selected {
    color: #e93b3d;
}

.pc-style .xiangce-agent-top .xiangce-agent-top-inner .nav-area .top-nav li a.selected:after {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0px;
    background: #e93b3d;
    height: 4px;
}

.pc-style .xiangceuser-design-topbar {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

.pc-style .xiangceuser-design-topbar-inner {
    width: 1120px;
    margin: 0px auto;
}

.pc-style .uxiangceser-design-topbar-inner .xiangceuser-design-search {
    margin: 0px 360px;
    overflow: hidden;
}

.pc-style .xiangceuser-design-header {
    width: 100%;
    background: #ffffff;
    text-align: center;
}

.pc-style .xiangceuser-design-header img {
    max-width: 100%;
}

/* .pc-style .xiangceuser-design-nav {
    background: #e93b3d;
}

.pc-style .xiangceuser-design-nav-inner {
    width: 1120px;
    margin: 0px auto;
} */

.pc-style .xiangceuser-design-nav-inner ul:after {
    content: "";
    display: block;
    clear: both;
}

.pc-style .xiangceuser-design-nav-inner li {
    float: left;
}

.pc-style .xiangceuser-design-nav-inner li a {
    display: block;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
}

.pc-style .xiangceuser-design-nav-inner li a:hover {
    background: #666666;
    color: #ffffff;
}

.pc-style .xiangceuser-design-nav-inner li a.selected {
    background: #333333;
    color: #ffffff;
}

.pc-style .app-download-box .app-code-box {
    position: fixed;
    left: 0px;
    top: 50%;
    margin-top: -80px;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    z-index: 500;
    border-radius: 0px 4px 4px 0px;
}

.pc-style .app-download-box .app-code-box .app-code {
    margin-bottom: 5px;
}

.pc-style .app-download-box .app-code-box .app-des-title {
    font-size: 14px;
    font-weight: bold;
    color: #e93b3d;
}

.pc-style .app-download-box .app-code-box .btn-pc-download {
    display: block;
    padding: 5px 10px;
    border: 1px solid #e93b3d;
    color: #e93b3d;
    border-radius: 3px;
    margin-top: 10px;
}

.pc-style .app-download-box .app-code-box .btn-pc-download:hover {
    color: #ffffff;
    background: #e93b3d;
}

.pc-style .app-download-box .app-link-box {
    display: none;
}

.pc-style .go-to-top {
    position: fixed;
    left: 50%;
    margin-left: 570px;
    width: 2.4em;
    height: 2.4em;
    text-align: center;
    background: #666666 url(/css/images/goTop.png) center center no-repeat;
    color: #ffffff;
    border-radius: 4px;
    bottom: 100px;
    display: none;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    padding: 5px;
    z-index: 1000;
}

.pc-style .go-to-top .go-to-top-text {
    display: none;
}

.pc-style .go-to-top:hover {
    background: #e93b3d;
    color: #ffffff;
}

.pc-style .go-to-top:hover .go-to-top-text {
    display: block;
}

.pc-style .user-design-topbar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1000;
}

.pc-style .fixed-top-serch {
    display: none;
}

.pc-style .bottom-tabs {
    display: none;
}

.pc-style .xiangce-shop-header {
    display: none;
}

.pc-style .global-adbox{
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99999;
    display: none;
}
.pc-style .global-adbox .adbox{
    position: fixed;
    width: 400px;
    height: 400px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.pc-style .global-adbox .adbox .img-box{
    background: center center no-repeat;
    background-size: contain;
    display: block;
    width: 100%;
    height:100%;
}
.pc-style .global-adbox .adbox .img-box img{
    width: 100%;
    height: 100%;
    opacity: 0;
    vertical-align: top;
}
.pc-style .global-adbox .adbox .btn-close{
    position: absolute;
    color: #ffffff;
    top: -40px;
    right: -40px;
    font-size: 30px;
    line-height: 1;
    width: 30px;
    text-align: center;
}

/*****手机端样式*****/

.mobile-style #topnav_chongci {
    position: relative;
    display: none;
}


.mobile-style #topnav_chongci:before {
    content: "HOT";
    position: absolute;
    font-weight: bold;
    right: -10px;
    bottom: 50%;
    margin-bottom: 0.5em;
    background: #e93b3d;
    color: #ffffff;
    padding: 2px 5px;
    line-height: 1;
    font-size: 10px;
    font-family: arial;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    border-radius: 3px;
    border: 1px solid #ffffff;
}





.mobile-style .com-agent-top {
    background: #ffffff;
    /* border-bottom: 1px solid #e5e5e5; */
    z-index: 1000;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.mobile-style .com-agent-top .com-agent-top-row1 {
    height: 50px;
}

.mobile-style .com-agent-top .com-agent-top-inner {
    position: relative;
    margin: 0px auto;
}

.mobile-style .com-agent-top .com-agent-top-inner .logo-area {
    position: absolute;
    left: 10px;
    top: 0px;
    width: 84px;
    height: 50px;
}

.mobile-style .com-agent-top .com-agent-top-inner .logo-area .logo {
    display: block;
    height: 100%;
}

.mobile-style .com-agent-top .com-agent-top-inner .logo-area .logo img {
    height: 100%;
    max-width: 100%;
}

.mobile-style .com-agent-top .com-agent-top-inner .nav-area {
    overflow: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #e5e5e5;
}

.mobile-style .com-agent-top .com-agent-top-inner .nav-area .top-nav {
    white-space: nowrap;
    padding: 0px 10px;
}

.mobile-style .com-agent-top .com-agent-top-inner .nav-area .top-nav li {
    display: inline-block;
    vertical-align: top;
}

.mobile-style .com-agent-top .com-agent-top-inner .nav-area .top-nav li a {
    font-size: 16px;
    color: #333333;
    display: block;
    line-height: 40px;
    padding: 0px 10px;
    height: 40px;
    position: relative;
}

.mobile-style .com-agent-top .com-agent-top-inner .nav-area .top-nav li a:hover {
    color: #e93b3d;
}

.mobile-style .com-agent-top .com-agent-top-inner .nav-area .top-nav li a.selected {
    color: #e93b3d;
}

.mobile-style .com-agent-top .com-agent-top-inner .nav-area .top-nav li a.selected:after {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0px;
    background: #e93b3d;
    height: 2px;
}

.mobile-style .com-agent-top .com-agent-top-inner .search-area {
    position: absolute;
    left: 104px;
    right: 10px;
    top: 10px;
}

.mobile-style .website-des {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 16px;
    display: none;
}

.mobile-style .user-entry {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #ffffff;
    z-index: 10000;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.mobile-style .user-entry .link-item {
    float: right;
}

.mobile-style .user-entry .link-item#topBar1 {
    float: left;
}

.mobile-style .user-entry .link-item#topBar5 {
    float: left;
}

.mobile-style .user-entry .link-item a {
    display: block;
    padding: 10px;
    line-height: 30px;
    height: 30px;
}
.mobile-style .user-entry .link-item .quick-btn-coupon {
    font-weight: bold;
    background: #fff8d2 url(/css/images/icon-coupon.png) 10px center no-repeat;
    background-size: auto 1em;
    padding: 0px 10px 0px 30px;
    margin-right: 10px;
    line-height: 30px;
    margin-top: 10px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #ff9900;
}
.mobile-style .user-entry .link-item .quick-btn-login {
    border: 1px solid #e93b3d;
    background: #ffffff;
    border-radius: 4px;
    padding: 0px 15px;
    line-height: 30px;
    height: 30px;
    margin-top: 10px;
    margin-left: 10px;
    color: #e93b3d;
}

.mobile-style .user-entry .link-item .quick-btn-login:hover {
    background: #e93b3d;
    color: #ffffff;
}

.mobile-style .user-entry .login-info {
    float: left;
    position: relative;
    z-index: 5;
    padding: 10px 0px 0px 10px;
}

.mobile-style .user-entry .login-info .btn-user-center {
    float: left;
    border: 1px solid #e93b3d;
    background: #ffffff;
    border-radius: 4px;
    line-height: 15px;
    height: 30px;
    color: #e93b3d;
    margin-right: 10px;
}

.mobile-style .user-entry .login-info .user-name {
    position: relative;
    font-size: 12px;
    display: block;
    margin: 0px 5px;
    zoom: 0.8;
}

.mobile-style .user-entry .login-info .vip-user {
    padding-left: 1.5em;
    color: #99651c;
}

.mobile-style .user-entry .login-info .vip-user:before {
    content: "";
    width: 1em;
    height: 1em;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0677_0.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -0.5em;
}

.mobile-style .user-entry .login-info .btn-link-bought {
    background: #e93b3d;
    color: #ffffff;
    padding: 0px 10px;
    display: block;
    text-align: center;
}

.mobile-style .user-entry .login-info .btn-login-out {
    float: left;
    border-radius: 4px;
    padding: 0px 10px;
    line-height: 30px;
    height: 30px;
    color: #336699;
}

/*搜索*/

.mobile-style .Search {}

.mobile-style .Search .SearchBar {
    padding-right: 60px;
    position: relative;
}

.mobile-style .Search .SearchBar .SearchBox {
    border: 1px solid #999999;
    border-right: 0px;
    background: url(images/bg0146.gif) left center no-repeat;
    padding: 0px 10px 0px 40px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.mobile-style .Search .SearchBar .SearchBox .TxtBox {
    width: 100%;
    height: 30px;
    border: 0px;
    outline: none;
    line-height: 40px;
    font-size: 14px;
    display: block;
}

.mobile-style .Search .SearchBar .BtnSearch {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 32px;
    background: #e93b3d;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.mobile-style .ShoppingCart {
    position: relative;
    margin-left: 5px;
}

.mobile-style .ShoppingCart:hover {
    background: #f5f5f5;
}

.mobile-style .ShoppingCart .ShoppingCartIco {
    width: 32px;
    height: 30px;
    background: url(images/bg5005.png) center center no-repeat;
    position: relative;
    display: block;
}

.mobile-style .ShoppingCart .ShoppingCartDes {
    position: absolute;
    white-space: nowrap;
    top: 60px;
    right: 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    background: #ffffff;
    border-radius: 4px;
    padding: 10px;
    display: none;
    line-height: 20px;
}

.mobile-style .ShoppingCart:hover .ShoppingCartDes {
    display: block;
}

.mobile-style .ShoppingCart .ShoppingCartNum {
    display: block;
    position: absolute;
    top: 0px;
    right: -5px;
    background: #e93b3d;
    border-radius: 50px;
    color: #ffffff;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    padding: 0px 5px;
    display: none;
}

.mobile-style .com-agent-banner-top {
    width: 100%;
    background: #565656 url(Images/bg1004_0.png) center top no-repeat;
}

.mobile-style .com-agent-banner-top .ComEbookAd {
    /* background: url(Images/bg1001.gif) center top no-repeat; */
    background: url(Images/bg1004.png) center top no-repeat;
    width: 1120px;
    height: 300px;
    position: relative;
    z-index: 1;
    margin: 0px auto;
}

.mobile-style .com-agent-banner-top .ComEbookAd .Ebook3D {
    position: absolute;
    /* right: 2px;
    top: 2px; */
    width: 210px;
    height: 210px;
    right: 0px;
    top: 40px;
    border: 5px solid #ffffff;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

.mobile-style .com-agent-banner-top .ComEbookAd .Ebook3D iframe {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.mobile-style .com-agent-banner-top .ComEbookAd .Total {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 230px;
    color: #ffffff;
    text-align: center;
}

/*用户完全自定义头部*/

.mobile-style .user-design-topbar {
    background: #ffffff;
}

.mobile-style .user-design-topbar-inner {
    margin: 0px auto;
}

.mobile-style .user-design-topbar-inner .user-design-search {
    overflow: hidden;
    padding: 10px;
}

.mobile-style .user-design-header {
    width: 100%;
    background: #ffffff;
    text-align: center;
}

.mobile-style .user-design-header img {
    max-width: 100%;
}

.mobile-style .user-design-nav {
    background: #e93b3d;
}

.mobile-style .user-design-nav-inner {
    width: 100%;
    overflow: auto;
    overflow-y: hidden;
}

.mobile-style .user-design-nav-inner ul {
    white-space: nowrap;
}

.mobile-style .user-design-nav-inner li {
    display: inline-block;
    vertical-align: top;
}

.mobile-style .user-design-nav-inner li a {
    display: block;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
}

.mobile-style .user-design-nav-inner li a:hover {
    background: #666666;
    color: #ffffff;
}

.mobile-style .user-design-nav-inner li a.selected {
    background: #333333;
    color: #ffffff;
}

/*圣才设计师定制头部*/

.mobile-style .sc-design-topbar {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

.mobile-style .sc-design-topbar-inner {
    margin: 0px auto;
}

.mobile-style .sc-design-header {
    width: 100%;
}

.mobile-style .sc-design-header .sc-design-header-content {
    width: 100%;
    height: 120px;
    overflow: hidden;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: repeat-x;
    position: relative;
}

.mobile-style .sc-design-header .sc-design-search {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 50%;
    margin-top: -21px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    border-radius: 4px;
}

.mobile-style .sc-design-header .sc-design-search .Search {
    margin: 0px;
}

.mobile-style .sc-design-nav {
    background: #e93b3d;
}

.mobile-style .sc-design-nav-inner {
    margin: 0px auto;
    overflow: auto;
    overflow: hidden;
}

.mobile-style .sc-design-nav-inner ul {
    white-space: nowrap;
}

.mobile-style .sc-design-nav-inner li {
    display: inline-block;
    vertical-align: top;
}

.mobile-style .sc-design-nav-inner li a {
    display: block;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
}

.mobile-style .sc-design-nav-inner li a:hover {
    background: #666666;
    color: #ffffff;
}

.mobile-style .sc-design-nav-inner li a.selected {
    background: #333333;
    color: #ffffff;
}

/*网站论坛合作通用头部*/

.mobile-style .partner-com-topbar {
    background: #ffffff;
}

.mobile-style .partner-com-topbar-inner {
    margin: 0px auto;
    padding: 10px;
}

.mobile-style .partner-com-search {
    padding: 16px;
}

.mobile-style .partner-com-search .Search {
    margin: 0;
}

.mobile-style .partner-com-search .Search .SearchBar {
    padding-right: 100px;
    border: 2px solid #e93b3d;
    height: 32px;
    border-radius: 4px;
    background: #ffffff;
}

.mobile-style .partner-com-search .Search .SearchBar .SearchBox {
    border: 0px;
    border-radius: 0px;
    background: url(images/bg0146.gif) left center no-repeat;
}

.mobile-style .partner-com-search .Search .SearchBar .SearchBox .TxtBox {
    border: 0px;
    line-height: 32px;
    height: 32px;
}

.mobile-style .partner-com-search .Search .SearchBar .BtnSearch {
    width: 80px;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    border-radius: 0;
}

.mobile-style .partner-com-topbar-inner .website-des {
    padding: 6px;
    display: block;
    white-space: normal;
}

.mobile-style .partner-com-header {
    width: 100%;
    background: #565656 url(Images/bg1004_0.png) center top no-repeat;
    display: none;
}

/*用户完全自定义头部*/

.mobile-style .partner-design-topbar {
    background: #ffffff;
}

.mobile-style .partner-design-topbar-inner {
    margin: 0px auto;
    padding: 10px;
}

.mobile-style .partner-design-search {
    padding: 16px;
}

.mobile-style .partner-design-search .Search {
    margin: 0;
}

.mobile-style .partner-design-search .Search .SearchBar {
    padding-right: 100px;
    border: 2px solid #e93b3d;
    height: 32px;
    border-radius: 4px;
    background: #ffffff;
}

.mobile-style .partner-design-search .Search .SearchBar .SearchBox {
    border: 0px;
    border-radius: 0px;
    background: url(images/bg0146.gif) left center no-repeat;
}

.mobile-style .partner-design-search .Search .SearchBar .SearchBox .TxtBox {
    border: 0px;
    line-height: 32px;
    height: 32px;
}

.mobile-style .partner-design-search .Search .SearchBar .BtnSearch {
    width: 80px;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    border-radius: 0;
}

.mobile-style .partner-design-topbar-inner .website-des {
    display: block;
    white-space: normal;
    padding: 6px;
}

.mobile-style .partner-design-header {
    width: 100%;
}

.mobile-style .partner-design-header img {
    max-width: 100%;
}

.mobile-style .xiangce-agent-top {
    background: #ffffff;
    z-index: 1000;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    display: none;
}

.mobile-style .xiangceuser-design-top {
    display: none;
}

.mobile-style .xiangceuser-design-topbar {
    background: #ffffff;
    display: none;
}

.mobile-style .xiangceuser-design-topbar-inner {
    margin: 0px auto;
}

.mobile-style .xiangceuser-design-topbar-inner .user-design-search {
    overflow: hidden;
    padding: 10px;
}

.mobile-style .xiangceuser-design-header {
    width: 100%;
    background: #ffffff;
    text-align: center;
}

.mobile-style .xiangceuser-design-header img {
    max-width: 100%;
}

.mobile-style .xiangceuser-design-nav {
    background: #e93b3d;
}

.mobile-style .xiangceuser-design-nav-inner {
    width: 100%;
    overflow: auto;
    overflow-y: hidden;
}

.mobile-style .xiangceuser-design-nav-inner ul {
    white-space: nowrap;
}

.mobile-style .xiangceuser-design-nav-inner li {
    display: inline-block;
    vertical-align: top;
}

.mobile-style .xiangceuser-design-nav-inner li a {
    display: block;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
}

.mobile-style .xiangceuser-design-nav-inner li a:hover {
    background: #666666;
    color: #ffffff;
}

.mobile-style .xiangceuser-design-nav-inner li a.selected {
    background: #333333;
    color: #ffffff;
}

.mobile-style .app-download-box .app-code-box {
    display: none;
}

.mobile-style .app-download-box .app-link-box {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 44px;
    line-height: 44px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: none;
}

.mobile-style .app-download-box .app-link-box .app-ico {
    width: 32px;
    height: 32px;
    float: left;
    padding: 6px 16px 6px 16px;
}

.mobile-style .app-download-box .app-link-box .app-ico img {
    width: 100%;
    height: 100%;
}

.mobile-style .app-download-box .app-link-box .app-des {
    margin-left: 60px;
}

.mobile-style .app-download-box .app-link-box .btn-download {
    color: #ffffff;
    font-size: 16px;
}

.mobile-style .go-to-top {
    position: fixed;
    right: 16px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #666666 url(/css/images/goTop.png) center center no-repeat;
    background-size: 20px 20px;
    color: #ffffff;
    border-radius: 100px;
    bottom: 70px;
    display: none;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    padding: 1px;
    z-index: 1000;
}

.mobile-style .go-to-top .go-to-top-text {
    display: none;
}

.mobile-style .go-to-top:hover {
    background: #e93b3d;
    color: #ffffff;
}

.mobile-style .go-to-top:hover .go-to-top-text {
    display: block;
}

.mobile-style .fixed-top-serch {
    position: fixed;
    z-index: 1000;
    background: #ffffff;
    top: 0px;
    right: 0px;
    left: 0px;
    padding: 10px 16px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    display: none;
}

.mobile-style .fixed-top-serch .fixed-top-serch-inner {
    position: relative;
    padding-right: 60px;
}

.mobile-style .fixed-top-serch .box-search {
    border: 1px solid #999999;
    border-right: 0px;
    background: url(images/bg0146.gif) left center no-repeat;
    padding: 0px 10px 0px 40px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.mobile-style .fixed-top-serch .text-search {
    width: 100%;
    height: 38px;
    border: 0px;
    outline: none;
    line-height: 38px;
    font-size: 14px;
    display: block;
}

.mobile-style .fixed-top-serch .btn-search {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 40px;
    background: #e93b3d;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.mobile-style .bottom-tabs {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #ffffff;
    z-index: 1000;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    box-shadow: 0 -2px 4px rgba(0, 0, 0, .06);
    height: 50px;
}

.mobile-style .bottom-tabs:after {
    content: "";
    display: block;
    clear: both;
}

.mobile-style .bottom-tabs .tabs-item {
    float: left;
    width: 20%;
}

.mobile-style .bottom-tabs .tabs-item-inner {
    display: block;
    text-align: center;
    padding: 6px 0px;
    line-height: 1;
}

.mobile-style .bottom-tabs .item-ico {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    display: block;
    margin: 0px auto 5px auto;
    position: relative;
}

.mobile-style .bottom-tabs .item-ico-home {
    background-image: url(images/bg0093_01.png);
}

.mobile-style .bottom-tabs .item-ico-all {
    background-image: url(images/bg0093_02.png);
}

.mobile-style .bottom-tabs .item-ico-shopcart {
    background-image: url(images/bg0093_03.png);
}

.mobile-style .bottom-tabs .item-ico-kefu {
    background-image: url(images/bg0093_04.png);
}

.mobile-style .bottom-tabs .item-ico-my {
    background-image: url(images/bg0093_05.png);
}

.mobile-style .bottom-tabs .selected .item-ico-home {
    background-image: url(images/bg0093_06.png);
}

.mobile-style .bottom-tabs .selected .item-ico-all {
    background-image: url(images/bg0093_07.png);
}

.mobile-style .bottom-tabs .selected .item-ico-shopcart {
    background-image: url(images/bg0093_08.png);
}

.mobile-style .bottom-tabs .selected .item-ico-kefu {
    background-image: url(images/bg0093_09.png);
}

.mobile-style .bottom-tabs .selected .item-ico-my {
    background-image: url(images/bg0093_10.png);
}

.mobile-style .bottom-tabs .item-ico-shopcart .shopcart-num {
    border-radius: 100px;
    font-size: 10px;
    line-height: 12px;
    padding: 0px 4px;
    min-width: 4px;
    background: #e43130;
    color: #ffffff;
    position: absolute;
    top: -5px;
    left: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.mobile-style .bottom-tabs .item-text {
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 1;
    color: #666666;
}

.mobile-style .bottom-tabs .selected .item-text {
    color: #e93b3d;
}

.mobile-style .xiangce-shop-header {
    position: relative;
}

.mobile-style .xiangce-shop-header .xiangce-shop-header-bg {
    position: relative;
    z-index: -1;
}

.mobile-style .xiangce-shop-header .xiangce-shop-header-bg .bg-inner {
    background-color: #e43130;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 220px;
    overflow: hidden;
    width: 100%;
}

.mobile-style .xiangce-shop-header .shop-header-info {
    position: relative;
    z-index: 5;
    display: block;
    color: #ffffff;
    padding: 15px;
    height: 60px;
}

.mobile-style .xiangce-shop-header .shop-header-info .logo {
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 8px;
    background: #ffffff;
    border: 2px solid #ffffff;
    overflow: hidden;
}

.mobile-style .xiangce-shop-header .shop-header-info .logo img {
    width: 100%;
    height: 100%;
}

.mobile-style .xiangce-shop-header .shop-header-info .shop-des {
    margin-left: 74px;
    display: block;
    padding: 6px 0px;
}

.mobile-style .xiangce-shop-header .shop-header-info .shop-name {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mobile-style .xiangce-shop-header .shop-header-info .shop-intro {
    display: block;
    color: #ffffff;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /* padding: 2px 4px; */
    /* background: rgba(255,255,255,0.2); */
    display: block;
}

.mobile-style .xiangce-shop-header .shop-nav {
    position: relative;
    z-index: 15;
    padding: 0px 10px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
}

.mobile-style .xiangce-shop-header .shop-nav ul {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0px;
}

.mobile-style .xiangce-shop-header .shop-nav li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.mobile-style .xiangce-shop-header .shop-nav li a {
    display: block;
    font-size: 15px;
    color: #ffffff;
    position: relative;
    padding: 8px 0px;
}

.mobile-style .xiangce-shop-header .shop-nav li .selected::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 2px;
    background: #ffffff;
    border-radius: 10px;
}

/* 精简版头部 */

.mobile-style .mobile-head {
    background: #ffffff;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 44px;
    line-height: 44px;
    z-index: 1000;
}

.mobile-style .mobile-head::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.mobile-style .mobile-head .left-btns {
    float: left;
    overflow: hidden;
    zoom: 1;
}

.mobile-style .mobile-head .right-btns {
    float: right;
    overflow: hidden;
    zoom: 1;
}

.mobile-style .mobile-head .link-back {
    width: 44px;
    height: 44px;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0379.png) center center no-repeat;
    background-size: 28px 28px;
    text-indent: -99999em;
    overflow: hidden;
    display: block;
    float: left;
}

.mobile-style .mobile-head .link-home {
    background: url(/m/css/images/tabicon_home_normal.png) center center no-repeat;
    background-size: auto 24px;
    width: 44px;
    height: 44px;
    overflow: hidden;
    text-indent: -9999em;
    vertical-align: middle;
    float: left;
}

.mobile-style .mobile-head .link-class {
    background: url(/m/css/images/tabicon_class_normal.png) center center no-repeat;
    background-size: auto 24px;
    width: 44px;
    height: 44px;
    overflow: hidden;
    text-indent: -9999em;
    float: left;
}

.mobile-style .mobile-head .link-search {
    background: url(https://wx.100xuexi.com/images/Mobile_bg0321.png) center center no-repeat;
    background-size: auto 20px;
    width: 44px;
    height: 44px;
    overflow: hidden;
    text-indent: -9999em;
    float: left;
}


.mobile-style .global-adbox{
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99999;
    display: none;
}
.mobile-style .global-adbox .adbox{
    position: fixed;
    width: 80%;
    max-width: 360px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.mobile-style .global-adbox .adbox .img-box{
    background: center center no-repeat;
    background-size: contain;
    display: block;
    padding-top: 100%;
}
.mobile-style .global-adbox .adbox .img-box img{
    width: 100%;
    height: 100%;
    opacity: 0;
    vertical-align: top;
    position: absolute;
    left: 0px;
    top: 0px;
}
.mobile-style .global-adbox .adbox .btn-close{
    position: absolute;
    color: #ffffff;
    bottom: -40px;
    left: 50%;
    font-size: 30px;
    line-height: 1;
    width: 30px;
    text-align: center;
    margin-left:-15px;
}